From: Richard M. Stallman Date: Thu, 20 Jan 1994 19:58:44 +0000 (+0000) Subject: Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~93414 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=364a6ae392d6a66039dd280d0e2fe38cfb4fe48c;p=emacs.git Doc fix. --- diff --git a/src/textprop.c b/src/textprop.c index 21dd5cf2a91..8251c83d2d8 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -1250,7 +1250,7 @@ percentage by which the left interval tree should not differ from the right."); interval_balance_threshold = 8; DEFVAR_LISP ("inhibit-point-motion-hooks", &Vinhibit_point_motion_hooks, - "If nonnil, don't call the text property values of\n\ + "If non-nil, don't call the text property values of\n\ `point-left' and `point-entered'."); Vinhibit_point_motion_hooks = Qnil;